      FXVectorChannel    C:\Users\KatachiHome\AppData\Roaming\MAXON\CINEMA 4D R13_05DFD2A0\plugins\DPIT Plants & Effex 2.0\res\help\EN\Effex\fx_api_classes_nodes_fxchannelvector.html   S       8                                                                                                                                                                                                                                   L   default.tif    
   
           Object Header               5[code]const vector3d& 		GetRangeMinimum	(void) const    J<b>Returns</b><br>
the minimum vector value this vector channel can hold.                   5[code]const vector3d& 		GetRangeMaximum	(void) const    J<b>Returns</b><br>
the maximum vector value this vector channel can hold.                   3[code]const vector3d& 		GetResetValue	(void) const    V<b>Returns</b><br>
the vector value this channel is reset with (whenever it is reset)                   G[code]void		 GetBounds		(vector3d& ref_minimum, vector3d& ref_maximum)    <b>Parameters</b><BR>
<i>vector3d& ref_minimum</i>: <br>
Filled with the minimum position of the channel's bounds
<br></br>
<i>vector3d& ref_maximum</i>: <br>
Filled with the maximum position of the channel's bounds
<br></br>                   :[code]bool		 Inside			(const vector3d& physical_position)    <b>Returns</b><br>
true if the given physical position is inside the channel bounds
<br></br>
<b>Parameters</b><BR>
<i>const vector3d& physical_position</i>: <br>
The physical position to check the inside state for.                   9[code]bool InsideGrid(const vector3d& physical_position)   =Same as Inside but here the position is internally first converted into grid cell space.
<br></br>
<b>Returns</b><br>
true if the given physical position is inside the channel bounds. 
<br></br>
<b>Parameters</b><BR>
<i>const vector3d& physical_position</i>: <br>
The physical position to check the inside state for.                   D[code]vector3d	 GetValue		(const vector3d& physical_position) const    <b>Returns</b><br>
the vector value at the specifid physical position
<br></br>
<b>Parameters</b><BR>
<i>const vector3d& physical_position</i>: <br>
The physical position to get the grid channel value for.                   E[code]bool		 Resize			(vector3d& ref_minimum, vector3d& ref_maximum)   ,<b>Returns</b><br>
true if channel was successfully resized
<br></br>
<b>Parameters</b><BR>
<i>vector3d& ref_minimum</i>: <br>
This is the minimum position of the resized channel bounds
<br></br>
<i>vector3d& ref_maximum</i>: <br>
This is the maximum position of the resized channel bounds
<br></br>               
   ![code]void		 UpdateBounds	(void)    ;Call UpdateBounds if you modified the data of the channel.                                                             
   